home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Grafik
/
Paint
/
ArtEffect4
/
Rexx
/
cutpaste.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-05-15
|
285 b
|
19 lines
/**/
options results
address 'ArtEffect'
rectangle 0 0 31 31 painttool cut
changebrush handle topleft
get stem pinfo. pictureinfo
width = pinfo.width
height = pinfo.height
do x = 0 to width by 32
do y = 0 to height by 32
plot x y painttool PEN mode matte strength 100
end
end